home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / MCL Related / User Contributions / Conquest 1.1.sea / Conquest 1.1 / CODE / Foundation / @load.lisp / @load.lisp
Encoding:
Text File  |  1993-02-13  |  606 b   |  23 lines  |  [TEXT/CCL2]

  1. ;;; @load.lisp
  2. ;;;
  3. ;;; CONQUEST AI PROJECT
  4. ;;;
  5. ;;; Washington University Computer Science Department
  6. ;;; Copyright 1992 Paul McCartney.  All Rights Reserved.
  7. ;;;
  8. ;;; AUTHOR:  Paul McCartney
  9. ;;;
  10. ;;; DESCRIPTION:
  11. ;;;
  12. ;;; Load the control files that conquest uses.  Control is higher level
  13. ;;; functionality which "glues" everything together at the top level.
  14. ;;;
  15. ;;; USE:
  16. ;;;
  17. ;;; Load this file.
  18. ;;;
  19.  
  20. (load-fasl "Foundation;conquest-packages.lisp" "FASL;Foundation:")
  21. (load-fasl "Foundation;conquest-utilities.lisp" "FASL;Foundation:")
  22. (load-fasl "Foundation;load-conquest-external.lisp" "FASL;Foundation:")
  23.